.panel-left .object-header-wrapper .object-info-wrapper .object-label-wrapper .icon {
    display: inline-block !important;
    margin-left: -8px;
    margin-right: 8px;
}

#favtrigger #favdropdown {
    position: absolute;
    background-color: var(--r4w-panel-bgcolor, #fff);
    margin-left: -6px;
    margin-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px;
    display: block;
    max-height: 0px;
    min-height:60px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    width: 222px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.152);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.152);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.155);
    text-align: left;
    font-size: 13px;
    transition:opacity 250ms ease-out;
}

.app_quickmenu-link {
    font-size: 20px;
    margin-top: -16px;
    height: 61px;
    font-weight: bold;
    line-height: 61px;
    padding-right: 8px;
    padding-left: 8px;
}

#favdropdown .favheader {
    color:var(--r4w-custom-color, #28476b);
    font-family: var(--r4w-custom-font, sans-serif);
    margin: 0;
    width: 100%;
    display: block;
    padding: 9px 0 12px 8px;
    line-height: 1;
    height: auto;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
}

#favdropdown UL#favs LI {
    padding: 8px 8px 4px 8px !important;
    margin: 0 !important;
    height: auto !important;
    line-height: normal;  word-break: normal;
  white-space: normal;
}

#favdropdown SPAN.header {
}

#favdropdown UL#favs LI:hover {
    background-color: var(--header-bg-color, #fff);
    color: var(--primary-highlight-color, #F8935A);
}

#favdropdown UL#favs LI {
    color: var(--primary-highlight-color, #F8935A);
}

#favdropdown UL#favs {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

#favdropdown LI:hover A {
    background-color: transparent;
    color: inherit;
}

#favdropdown A.more {
    padding: 5px 8px 0 !important;
    margin: 0 !important;
    text-align: right;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 10px;
    height: auto !important;
    line-height: normal;
}

#favdropdown #favs .favimg {
    /* margin: -8px 8px -8px -34px; */
    object-fit: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    /* margin-left: -40px; */
    position: absolute;
    left: 0px;
    background-color: white;
    top: -4px;
    border-radius: 50px;
}

#favdropdown #favs A {
    height: auto;
    width: auto;
    display: block;
    /* margin-left: 44px; */
    padding-left: 40px;
    position: relative;
    font-family: var(--r4w-custom-font, sans-serif);
    padding: 2px 8px 6px 40px !important;
}

#favdropdown LI A {
    width: 100%;
}

#favtrigger.open #favdropdown {
    display: block !important;
    opacity: 1;
    height: auto;
    padding-top: 2px;
    padding-bottom: 8px;
    max-height: calc(100vh - 60px);
    /* margin: 0; */
    z-index: 9999;
    border-top: 1px solid #F1F3F4;
    transition:opacity 250ms ease-out;
}

@media (max-width: 36em) {
    #favtrigger {
        display: inline-block !important;
    }
    
    #favdropdown {
        display: block !important;
        position: absolute;
        margin-left: 0px;
        padding-bottom: 0;
        margin-top: 0px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        max-height: 0px;
        transition: all 0.15s ease-out;
        overflow: auto;
        height: calc(100vh - 50px - 30px);
        width: calc(100% - 20px);
        right: 0;
        padding-left: 31px;
    }
}

.device-phone #favdropdown {
    width: 100% !important;
    left: 0px;
    /* padding: 0px !important; */
    margin: 0px !important;
    overflow: auto;
}<style>
.panel-left .object-header-wrapper .object-info-wrapper .object-label-wrapper .icon {
    display: inline-block !important;
    margin-left: -8px;
    margin-right: 8px;
}

#favtrigger #favdropdown {
    position: absolute;
    background-color: var(--r4w-panel-bgcolor, #fff);
    margin-left: -6px;
    margin-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px;
    display: block;
    max-height: 0px;
    min-height:60px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    width: 222px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.152);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.152);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.155);
    text-align: left;
    font-size: 13px;
    transition:opacity 250ms ease-out;
}

.app_quickmenu-link {
    font-size: 20px;
    margin-top: -16px;
    height: 61px;
    font-weight: bold;
    line-height: 61px;
    padding-right: 8px;
    padding-left: 8px;
}

#favdropdown .favheader {
    color:var(--r4w-custom-color, #28476b);
    font-family: var(--r4w-custom-font, sans-serif);
    margin: 0;
    width: 100%;
    display: block;
    padding: 9px 0 12px 8px;
    line-height: 1;
    height: auto;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
}

#favdropdown UL#favs LI {
    padding: 8px 8px 4px 8px !important;
    margin: 0 !important;
    height: auto !important;
    line-height: normal;
}

#favdropdown SPAN.header {
}

#favdropdown UL#favs LI:hover {
    background-color: var(--header-bg-color, #fff);
    color: var(--primary-highlight-color, #F8935A);
}

#favdropdown UL#favs LI {
    color: var(--primary-highlight-color, #F8935A);
}

#favdropdown UL#favs {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

#favdropdown LI:hover A {
    background-color: transparent;
    color: inherit;
}

#favdropdown A.more {
    padding: 5px 8px 0 !important;
    margin: 0 !important;
    text-align: right;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 10px;
    height: auto !important;
    line-height: normal;
}

#favdropdown #favs .favimg {
    /* margin: -8px 8px -8px -34px; */
    object-fit: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    /* margin-left: -40px; */
    position: absolute;
    left: 0px;
    background-color: white;
    top: -4px;
    border-radius: 50px;
}

#favdropdown #favs A {
    height: auto;
    width: auto;
    display: block;
    /* margin-left: 44px; */
    padding-left: 40px;
    position: relative;
    font-family: var(--r4w-custom-font, sans-serif);
    padding: 2px 8px 6px 40px !important;
}

#favdropdown LI A {
    width: 100%;
}

#favtrigger.open #favdropdown {
    display: block !important;
    opacity: 1;
    height: auto;
    padding-top: 2px;
    padding-bottom: 8px;
    max-height: calc(100vh - 60px);
    /* margin: 0; */
    z-index: 9999;
    border-top: 1px solid #F1F3F4;
    transition:opacity 250ms ease-out;
}

@media (max-width: 36em) {
    #favtrigger {
        display: inline-block !important;
    }
    
    #favdropdown {
        display: block !important;
        position: absolute;
        margin-left: 0px;
        padding-bottom: 0;
        margin-top: 0px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        max-height: 0px;
        transition: all 0.15s ease-out;
        overflow: auto;
        height: calc(100vh - 50px - 30px);
        width: calc(100% - 20px);
        right: 0;
        padding-left: 31px;
    }
}

.device-phone #favdropdown {
    width: 100% !important;
    left: 0px;
    /* padding: 0px !important; */
    margin: 0px !important;
    overflow: auto;
}
    
/*Navigation added by tf*/
    
    .r4wRight.r4wRightStyle.scrollnav {
  white-space: nowrap;
  overflow-x: auto;
 /* -webkit-overflow-scrolling: touch;*/
  display:flex; max-width: calc(100% - 60px);
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
    }
    
  .r4wRight.r4wRightStyle.scrollnav::-webkit-scrollbar {
  display: none;
}